Skip to content

chore(deps): bump singer-sdk from 0.45.6 to 0.46.4#43

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/singer-sdk-0.46.4
Closed

chore(deps): bump singer-sdk from 0.45.6 to 0.46.4#43
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/singer-sdk-0.46.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2025

Bumps singer-sdk from 0.45.6 to 0.46.4.

Release notes

Sourced from singer-sdk's releases.

v0.46.4 (2025-05-28)

🐛 Fixes

  • #3066 Revert table name splitting by - in SQL targets when default_target_schema is set, introduced in #3020

v0.46.3 (2025-05-15)

🐛 Fixes

  • #3042 Revert "fix(targets): Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema (#3031)"

v0.46.2 (2025-05-15)

🐛 Fixes

  • #3037 Avoid aborting parent stream before child stream is finished in standard tap tests
  • #3031 Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema -- Thanks @​SidduHussain!
  • #3040 Avoid emitting empty state value from target -- Thanks @​joaopamaral!

⚙️ Under the Hood

  • #3039 Make the filesystem tap and stream logs less noisy

📦 Packaging changes

  • #3038 Remove license trove classifier and rely on PEP 639

v0.46.1 (2025-05-13)

🐛 Fixes

  • #3034 Avoid emitting an empty state from the target if the tap has not sent any state messages
  • #3030 Bump standard tap tests max records limit from 25 to 150

📚 Documentation Improvements

  • #3026 Auto-format markdown with mdformat

📦 Packaging changes

  • #3033 Depend on PyArrow >= 15 for parquet batching
  • #3027 Test with click 8.2.x

v0.46.0 (2025-05-06)

✨ New

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.46.4 (2025-05-28)

🐛 Fixes

  • #3066 Revert table name splitting by - in SQL targets when default_target_schema is set, introduced in #3020

v0.46.3 (2025-05-15)

🐛 Fixes

  • #3042 Revert "fix(targets): Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema (#3031)"

v0.46.2 (2025-05-15)

🐛 Fixes

  • #3037 Avoid aborting parent stream before child stream is finished in standard tap tests
  • #3031 Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema -- Thanks @​SidduHussain!
  • #3040 Avoid emitting empty state value from target -- Thanks @​joaopamaral!

⚙️ Under the Hood

  • #3039 Make the filesystem tap and stream logs less noisy

📦 Packaging changes

  • #3038 Remove license trove classifier and rely on PEP 639

v0.46.1 (2025-05-13)

🐛 Fixes

  • #3034 Avoid emitting an empty state from the target if the tap has not sent any state messages
  • #3030 Bump standard tap tests max records limit from 25 to 150

📚 Documentation Improvements

  • #3026 Auto-format markdown with mdformat

📦 Packaging changes

  • #3033 Depend on PyArrow >= 15 for parquet batching
  • #3027 Test with click 8.2.x

v0.46.0 (2025-05-06)

✨ New

  • #2162 Expose metric dictionary to make logging metrics as JSON easier
  • #2977 Limit extraction to 25 records by default in built-in tap tests

... (truncated)

Commits
  • 02eda57 chore: Release v0.46.4 (#3067)
  • f66c9bb fix: Revert table name splitting by - in SQL targets when `default_target_s...
  • 1cc0c7d chore: Release v0.46.3 (#3043)
  • 7d643ef revert: Revert "fix(targets): Avoid emitting message `"No schema for record f...
  • fa788c8 chore: Lock file maintenance
  • dd26663 chore: Release v0.46.2 (#3041)
  • bdb74af fix: Avoid aborting parent stream before child stream is finished in standard...
  • f560e29 fix(targets): Avoid emitting message "No schema for record field." when "ad...
  • 5468651 fix: Avoid emitting empty state value from target (#3040)
  • 2f142e6 refactor: Make the filesystem tap and stream logs less noisy (#3039)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.45.6 to 0.46.4.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.45.6...v0.46.4)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-version: 0.46.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 2, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 16, 2025

Superseded by #45.

@dependabot dependabot Bot closed this Jun 16, 2025
@dependabot dependabot Bot deleted the dependabot/pip/singer-sdk-0.46.4 branch June 16, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants